home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1998 January / PC Answers Issue 49 Cover CD January 1998.iso / Apps / Director / DATA.Z / Behavior Library.cst / 00002_Hold on Current Frame.ls next >
Encoding:
Text File  |  1997-05-09  |  493 b   |  18 lines

  1. -- Frame    Hold on Current 
  2.  
  3. -- Nav
  4.  
  5.  
  6. -- This can be a frame script or sprite script,
  7. -- drag it into the frame script cell to have the movie loop on the current frame
  8. -- or drag it to a sprite to have the same effect.
  9.  
  10.  
  11. on exitFrame
  12.   go the frame
  13. end
  14.  
  15. on getBehaviorDescription  
  16.   return ┬¼
  17. "Loops the Playback Head on the current frame to pause the movie. All interactive elements in the frame continue to function.  Drag to a sprite or frame in the script channel.  No parameters."  
  18. end